@media only screen and (min-width:600px) {

.event-title {
    font-size: 180%;
    color: #202321;
    font-weight: normal;
    padding: 22px 10px;
    margin: 0 0 60px;
    line-height: 1;
    border-bottom: #CCC 1px solid;
}

.wrap-main {
    font-size: 120%;
}

.wrap-main h1 {
    margin: 0;
    border-bottom: none;
}

.wrap-main h2 {
    margin-bottom: 30px;
    text-align: center;
}


.wrap-main h3 {
    margin: 0 0 50px;
    padding: 20px 20px 20px 420px;
    font-size: 150%;
    font-weight: 600;
    border-left: 5px solid #8ca3ba;
    border-bottom: none;
    position: relative;
    overflow: hidden;
    border: 2px solid #000;
}

.wrap-main h3:before {
    position: absolute;
    top: -150%;
    left: -100px;
    width: 230px;
    height: 300%;
    content: '';
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    background: #000;
  }
  
.wrap-main h3 span {
    font-size: 40px;
    font-size: 160%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    padding-top: 6px;
    padding-left: 28px;
    color: #fff;
  }


.wrap-main h4 {
    text-align: center;
    font-size: 180%;
    font-weight: 600;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.wrap-main h5 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 180%;
    font-weight: 600;
}


/* title */

.title-text {
    margin: 80px 50px;
    font-weight: 600;
}

/* INDEX */

.wrap-index {
    margin: 80px 0;
}

.wrap-venue {
    display: flex;
    gap: 2%;
}

.wrap-brand {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wrap-brand li {
    font-size: 150%;
    line-height: 2.5;
}

.wrap-brand a {
    display: inline;
    text-decoration: underline;
}


.contents_inner {
    padding-top: 150px;
    margin-top: -150px;
}

/* staff */

.wrap-contents {
    margin: 10% 0;
}

.wrap-staff {
    display: flex;
    margin: 100px 0;
}

.staff-img {
    text-align: center;
}

.staff-comment {
    width: 60%;
}

.staff-img img {
    max-width: 80%;
}

.question {
    margin: 0 0 20px;
    padding: 10px 0;
    font-weight: 600;
    padding-left: 15px;
    border-left: 8px solid #000;
}

.item-spec {
    font-size: 70%;
    line-height: 1.8;
    font-weight: 600;
    margin: 10px 0 0;
    line-height: 2;
}

.item-spec a {
    text-decoration: underline;
}


.wrap-instagram {
    text-align: center;
    font-size: 150%;
    font-weight: 900;
}

.wrap-instagram img {
    max-width: 50px;
    padding-right: 15px;
    vertical-align: middle;
}

.instagram-link {
    display: inline;
    text-decoration: underline;
}

/* 会場 */

.fade-img,.fade-img-02,.fade-img-03,.fade-img-04,.fade-img-05,.fade-img-06,.fade-img-07,.fade-img-08 {
    height: 600px;
    margin: 0 auto;
    position: relative;
}

.fade-img img,.fade-img-02 img,.fade-img-03 img,.fade-img-04 img,.fade-img-05 img,.fade-img-06 img,.fade-img-07 img,.fade-img-08 img {
    height: 100%;
    width: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* INFORMATION */

.wrap-info {
    padding: 5%;
    background-color: #c7c6c9;
}

/* テキスト内リンク */

.arrow-bottom {
    display: block;
    position: relative;
    margin: 80px 20px;
    text-align: center;
    font-size: 150%;
    text-decoration: underline;
}

.arrow-bottom::after {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 38%;
    right: 325px;
    content: '';
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(-50%) rotate(45deg);
}

/* hr */

hr {
    margin: 80px 0;
}

/* ボタン */

.btn {
    display: block;
    position: relative;
    margin: 20px;
    padding: 30px;
    font-size: 140%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #000;
}

.btn::after {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 30px;
    content: '';
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.order-btn {
    display: block;
    position: relative;
    margin: 20px;
    padding: 30px;
    font-size: 140%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #c29c37;
}

.order-btn::after {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 30px;
    content: '';
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.annotation {
    text-align: left!important;
    margin: 0!important;
}

/* 最下部スライダー */

.slider_item, .slick-slide, .slick-cloned {
    width: auto!important;
}

.slider img {
    width: auto!important;
    object-fit: cover!important;
}
}